
Linking from one bookset to another bookset
To make an inter-bookset call (link) from one content page in one bookset to other content page in another bookset, do the following:
Step |
Action |
1 |
Open each html file (the source file and the targeted file) and insert the following <Object> tag, JavaScript code in content of file. <object id="Help1"classid="clsid:D24354E3-3B5A-11D6-BC4A-000064657374"
|
Note: Once the above code is placed in both html files, the following code should be placed in the source file so it can make a call to the targeted bookset's content page. | |
2 |
Use the following code as an example of what should appear in the source file that contains the hyperlink to the targeted file. Note: Legacy booksets may have a "." delimiter. Example of Legacy call - use Copy Reference Link tool to define path: <A HREF ="JavaScript:Help('ftw_tps.TP08W.Accessing HCI Server from Remote Client.Configuration Considerations.Two-way trust relationships','App_Node 230')"> Example of R210 call - use Copy Reference Link tool to define path: <A HREF ="JavaScript:Help('TP08W@kb@Accessing HCI Server from Remote Client@kb@Configuration Considerations@kb@Two-way trust relationships','App_Node 230')"> |
